Conversation
📝 WalkthroughWalkthroughThe change extends unknown entity reference extraction by adding badge processing to Lovelace card handling. The code now identifies and aggregates entities from heading card badges alongside existing extraction methods, broadening the scope of detected entity dependencies. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|



Description
Add support for detecting unknown entity references in heading card badges.
Motivation and Context
The heading card supports a
badgesarray where each badge can reference an entity and have tap/hold/double-tap actions. Previously, these entity references were not being detected by the "unknown entity references" repair.Example heading card configuration:
How has this been tested?
Manual testing with a dashboard containing heading cards with badges that reference non-existent entities.
Screenshots (if appropriate):
Types of changes
Checklist